home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / Mark Pilgrim / Kant Generator Pro 1.0.1 / source / Shell ƒ / menus.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-30  |  254 b   |  10 lines  |  [TEXT/MMCC]

  1. extern    MenuHandle            gBuildMenu;
  2.  
  3. Boolean InitTheMenus(void);
  4. void ShutDownTheMenus(void);
  5. void AdjustMenus(void);
  6. void HandleMenu(long mSelect);
  7. void DoTheCloseThing(WindowPeek theWindow);
  8. void RebuildModulesList(void);
  9. void RebuildReferencesList(void);
  10.